home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-09-23 | 367 b | 23 lines | [TEXT/R*ch] |
- <!--
-
- if (parent.frames.length != 0) {
- var frameLink = '<img src="images/hideframes.gif" border="0">';
- }
-
- else {
- var frameLink = '<img src="images/showframes.gif" border="0">';}
-
- function testFrame(){
- if (parent.frames.length != 0) {
- top.location = self.location;
- // loaded in frames
- }
- else {
-
- location='frameset2.html';
- // not loaded frames
- }
- }
-
- //-->
-